From 4806606b4ed3f74e9ca149c698915c09865033ae Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 9 Jan 2006 20:34:29 +0000 Subject: [PATCH] Turn on MALLOC_CHECK. --- gpsbabel/testo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpsbabel/testo b/gpsbabel/testo index 07c8f59c8..8206d0ae6 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -1,6 +1,10 @@ GPSBABEL_FREEZE_TIME=y export GPSBABEL_FREEZE_TIME +# Turn on GNU libc instrumentation. +MALLOC_CHECK_=2 +export MALLOC_CHECK_ + PNAME=${PNAME:-./gpsbabel} DIFF=${DIFF:-diff} OD=${OD:-od -Ax -txC -v} -- 2.30.2